projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15ca51
)
Seal GtkDialog public vars
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:41 +0000
(10:57 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:41 +0000
(10:57 +0000)
svn path=/trunk/; revision=20487
gtk/gtkdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.h
b/gtk/gtkdialog.h
index e8b4d79ebdb6ac8f7b7996537f1b017f53349203..8b90d64aa4ab9d0de0f937b1e31a6bcbb91f3ae2 100644
(file)
--- a/
gtk/gtkdialog.h
+++ b/
gtk/gtkdialog.h
@@
-101,8
+101,8
@@
struct _GtkDialog
GtkWindow window;
/*< public >*/
- GtkWidget *
vbox
;
- GtkWidget *
action_area
;
+ GtkWidget *
GSEAL (vbox)
;
+ GtkWidget *
GSEAL (action_area)
;
/*< private >*/
GtkWidget *separator;